const go/token.literal_end

2 uses

	go/token (current package)
		token.go#L35: 	literal_end
		token.go#L309: func (tok Token) IsLiteral() bool { return literal_beg < tok && tok < literal_end }